home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / alter.arc / ALTER.DOC < prev   
Text File  |  1985-11-06  |  4KB  |  125 lines

  1. typ alter.doc
  2.                                                    ALTER
  3.                                                    Command
  4.  
  5.             
  6.     
  7.     Purpose:    This command allows the user to change 
  8.                 file attributes. 
  9.             
  10.     Format:     ALTER [d:][path]filename[/V][/N|/R/H/S/A|/B]
  11.             
  12.     Type:       Internal        External
  13.                                   ***
  14.             
  15.     Remarks:    This command can be used to mark files as 
  16.                 hidden, readonly, system or normal and to set
  17.                 or reset the archive bit. It is also possible
  18.                 to make subdirectory entries hidden. Hidden
  19.                 files/directories will not be displayed by 
  20.                 the TREE or DIR commands. The XDIR command 
  21.                 will display all files regardless of the files
  22.                 attributes; however, it will not display hidden
  23.                 directories. 
  24.             
  25.     Example:    ALTER c:\top\urgent.dat/v/r/h
  26.  
  27.                 This command line displays the current version
  28.                 number and alters file C:\TOP\URGENT.DAT to be
  29.                 READ_ONLY and HIDDEN. Read only files cannot be
  30.                 changed or deleted.
  31.  
  32.                 ALTER \top\secret/h
  33.             
  34.                 This command line alters the directory 
  35.                 \top\secret as a HIDDEN directory. This 
  36.                 directory can only be accessed by those who 
  37.                 know the path.
  38.             
  39.                 ALTER \top\secret\letter.007/v
  40.             
  41.                 This command line displays the current 
  42.                 attribute settings for the file and prompts
  43.                 the user for new attributes for the file.
  44.             
  45.  
  46.                 
  47.             
  48.             
  49.                                     10-26a
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.                                                    ALTER
  76.                                                    Command
  77.             
  78.             A sample display for this interactive mde
  79.             is shown:
  80.                 
  81.             C>ALTER \top\secret
  82.             
  83.             ALTER Version X.XX (C)Copyright T A Davis, 1983
  84.             
  85.             Attributes are (DRHB) for file \TOP\SECRET
  86.              
  87.             Enter new attributes (RHSNBA) or ENTER ? NA_
  88.             
  89.             Attributes are (DA) for file \TOP\SECRET
  90.             
  91.             The identifiers used to display the files 
  92.             attributes  are listed below:
  93.             
  94.                         R - READ_ONLY
  95.                         H - HIDDEN
  96.                         S - SYSTEM
  97.                         A - ARCHIVE SET
  98.                         D - SUB_DIRECTORY
  99.                         B - ARCHIVE NOT SET
  100.             
  101.             You may specify N for NORMAL as a parameter 
  102.             or as a response to the prompt. This identifier 
  103.             is not listed as an attribute for the file, 
  104.             but is offered as an easy means to remove all 
  105.             attributes.
  106.                             
  107.             Consult your DOS 2.00 manual, page C-4 for more 
  108.             information on file attributes. 
  109.                             
  110.             NOTES:
  111.             
  112.                 The attributes of a BASE directory cannot 
  113.                 be altered. You MUST specify at least 4 
  114.                 characters for the path\filename. 
  115.                 
  116.                 There is no way to display hidden 
  117.                 sub-directories. Care should be taken to ensure 
  118.                 that any directory once hidden, can be found.
  119.  
  120.             
  121.  
  122.                                                     10-26b
  123.  
  124.  
  125. SIG/Access: